バージョン

OnAllowDeleteChanged(Nullable<Boolean>,Nullable<Boolean>) メソッド

AllowDeleteProperty プロパティ変更ハンドラー。
シンタックス
'宣言
 
Protected Overridable Sub OnAllowDeleteChanged( _
   ByVal oldValue As Nullable(Of Boolean), _
   ByVal newValue As Nullable(Of Boolean) _
) 
protected virtual void OnAllowDeleteChanged( 
   Nullable<bool> oldValue,
   Nullable<bool> newValue
)

パラメータ

oldValue
古い値。
newValue
新しい値。
参照